chore(deps): update all dependencies#945
Open
lact-renovate[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
1cf658e to
6953151
Compare
d106f9b to
deaabed
Compare
d3e03b8 to
0e99242
Compare
b0cb9d6 to
ebfdad1
Compare
35894ef to
140888e
Compare
140888e to
842a3e8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v8→v9bbbca2d→043fb46v5.5.3→v6d08e5c3→bcafcacv4.0.0→v4.1.092ae985→401fe28v0.0.9→v0.0.10v46.1.5→v46.1.12Release Notes
actions/github-script (actions/github-script)
v9Compare Source
v9.0.0Compare Source
New features:
getOctokitfactory function — Available directly in the script context. Create additional authenticated Octokit clients with different tokens for multi-token workflows, GitHub App tokens, and cross-org access. See Creating additional clients withgetOctokitfor details and examples.ACTIONS_ORCHESTRATION_IDenvironment variable is automatically appended to the user-agent string for request tracing.Breaking changes:
require('@​actions/github')no longer works in scripts. The upgrade to@actions/githubv9 (ESM-only) meansrequire('@​actions/github')will fail at runtime. If you previously used patterns likeconst { getOctokit } = require('@​actions/github')to create secondary clients, use the new injectedgetOctokitfunction instead — it's available directly in the script context with no imports needed.getOctokitis now an injected function parameter. Scripts that declareconst getOctokit = ...orlet getOctokit = ...will get aSyntaxErrorbecause JavaScript does not allowconst/letredeclaration of function parameters. Use the injectedgetOctokitdirectly, or usevar getOctokit = ...if you need to redeclare it.@actions/githubinternals beyond the standardgithub/octokitclient, you may need to update those references for v9 compatibility.What's Changed
New Contributors
Full Changelog: actions/github-script@v8.0.0...v9.0.0
codecov/codecov-action (codecov/codecov-action)
v6Compare Source
v6.0.0Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0
v5.5.4Compare Source
This is a mirror of
v5.5.2.v6will be released which requiresnode24What's Changed
Full Changelog: codecov/codecov-action@v5.5.3...v5.5.4
docker/login-action (docker/login-action)
v4.1.0Compare Source
Full Changelog: docker/login-action@v4.0.0...v4.1.0
mozilla-actions/sccache-action (mozilla-actions/sccache-action)
v0.0.10Compare Source
What's Changed
node24by @cakebaker in Mozilla-Actions#245New Contributors
Full Changelog: Mozilla-Actions/sccache-action@v0.0.9...v0.0.10
renovatebot/github-action (renovatebot/github-action)
v46.1.12Compare Source
Bug Fixes
Documentation
Miscellaneous Chores
Continuous Integration
v46.1.11Compare Source
Documentation
Miscellaneous Chores
Build System
Continuous Integration
v46.1.10Compare Source
Documentation
Miscellaneous Chores
Build System
Continuous Integration
v46.1.9Compare Source
Documentation
Miscellaneous Chores
Build System
Continuous Integration
v46.1.8Compare Source
Documentation
Miscellaneous Chores
Build System
Continuous Integration
v46.1.7Compare Source
Documentation
Miscellaneous Chores
Build System
Continuous Integration
v46.1.6Compare Source
Documentation
Miscellaneous Chores
Build System
Continuous Integration
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.